From 7676795fba51a6b49b50c3144946a1675f4fab78 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sat, 22 Jul 2017 11:10:14 -0500 Subject: [PATCH] Actually run tests by default (fix DEB_BUILD_OPTIONS nocheck test) Fix the inverted logic. Thanks to John Paul Adrian Glaubitz for reporting the problem. Closes: 869328 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8223ed1e7b4..fb4418971bc 100755 --- a/debian/rules +++ b/debian/rules @@ -367,7 +367,7 @@ override_dh_auto_build: debian/stamp-configured $(call build_cmd,debian/build-lucid) override_dh_auto_test: - ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) + ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) $(MAKE) -C debian/build-lucid check $(MAKE) -C debian/build-nox check $(MAKE) -C debian/build-x check -- 2.30.2